home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr32 / moufun.zip / MOUSE.TXT < prev   
Text File  |  1995-04-20  |  559b  |  13 lines

  1. MOU.H     Is the header file for the mouse functions.
  2.  
  3. MOUFUN.C  Is a collection of mouse functions, written for Microsoft,
  4.           which can be included in other programs.
  5.           Each function is commented for ease of use.
  6.  
  7. MOUDEMO3.C This is a demo program, which can be used in a mouse driven menu
  8.            or a mouse test program.  You can see the mouse cursor move.
  9.            The left and right botton status aer displayed.
  10.            When the left mouse button is pressed, the X and Y positions
  11.            are displayed.
  12.            
  13.